Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class
Properties Methods

In This Topic
    C1DynamicList<T> Class Members
    In This Topic

    The following tables list the members exposed by C1DynamicList<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items(and nulls) in the collection.  
    Public Property  
    Public PropertyGets whether the collection is read-only.  
    Public Property  
    Public PropertyGets the item at the specified index.  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method  
    Public MethodSets to null the items in the range for the specified parameters startingIndex and count.  
    Public MethodClones this instance.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method  
    Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the System.Collections.Generic.List`1 that starts at the specified index and contains the specified number of elements.  
    Public Method  
    Public MethodReturns the items in the list.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded. Inserts the specified count of items (nulls) at the specified startingIndex.  
    Public MethodMoves the number of items specified by count from oldIndex to newIndex.  
    Public MethodOverloaded.   
    Public Method  
    Public Method  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Top
    See Also